Skip to content

Conversation

@ponyisi
Copy link
Collaborator

@ponyisi ponyisi commented Sep 30, 2024

Resolves #447 by changing the enum that is given to the user to be the one used by Pydantic to validate user input, instead of the one that defines interactions with the backend

@codecov
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.69%. Comparing base (6235ecb) to head (c32b49b).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #484      +/-   ##
==========================================
+ Coverage   82.89%   84.69%   +1.80%     
==========================================
  Files          26       26              
  Lines        1397     1555     +158     
==========================================
+ Hits         1158     1317     +159     
+ Misses        239      238       -1     
Flag Coverage Δ
unittests 84.69% <100.00%> (+1.80%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ponyisi ponyisi requested a review from gordonwatts September 30, 2024 19:30
Copy link
Collaborator

@gordonwatts gordonwatts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice.will this break Api?

@ponyisi
Copy link
Collaborator Author

ponyisi commented Oct 1, 2024

nice.will this break Api?

Yes. However it would only ever have worked for someone who used parquet (since by definition root was broken) and I don't think it's actually documented anywhere in our user guide (!)

@ponyisi ponyisi merged commit 3ac6871 into master Oct 2, 2024
36 checks passed
@ponyisi ponyisi deleted the 447_exports branch October 2, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ResultFormat should be removed

3 participants